|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FindReplaceOperationCode | |
org.eclipse.jface.text | Provides a framework for creating, manipulating, displaying and editing text documents. |
Uses of FindReplaceOperationCode in org.eclipse.jface.text |
Fields in org.eclipse.jface.text declared as FindReplaceOperationCode | |
static FindReplaceOperationCode |
FindReplaceOperationCode.FIND_FIRST
findReplace operation code used to find the first match. |
static FindReplaceOperationCode |
FindReplaceOperationCode.FIND_NEXT
findReplace operation code to find the next match. |
static FindReplaceOperationCode |
FindReplaceOperationCode.REPLACE
findReplace operation code to replace the current match. |
static FindReplaceOperationCode |
FindReplaceOperationCode.REPLACE_FIND_NEXT
findReplace operation code to replace the current match and find the next one. |
Methods in org.eclipse.jface.text with parameters of type FindReplaceOperationCode | |
IRegion |
FindReplaceDocumentAdapter.findReplace(FindReplaceOperationCode operationCode,
int startOffset,
String findString,
String replaceText,
boolean forwardSearch,
boolean caseSensitive,
boolean wholeWord,
boolean regExSearch)
Stateful findReplace executes a FIND, REPLACE, REPLACE_FIND or FIND_FIRST operation. |
|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |